OpenRoads Designer CONNECT Edition SDK Help

GetBestApproximatedArea(Double, Double) Method

Gets the area of a closed linear complex element

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public virtual doubleGetBestApproximatedArea(double strokingTolerance,double tol)

Parameters

SettingDescription
   the stroking tolerance(used in case of a no simple element(line, closedLineString, arc) wich need to be stroking)
   two stroking points are at least separated by tol

Return Value

See Also